@charset "UTF-8";
.pb60 {
  padding-bottom: 60px !important; }

.pr20 {
  padding-right: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.grayf2 {
  background-color: #f2f2f2; }

.wrap {
  width: 1170px;
  margin: 0 auto; }

.min-1190 {
  min-width: 1170px; }
 
.header {
  height: 60px;
  font-weight: 400;
  background-color: #fff; 
  border-bottom: 1px solid #efefef;
  }

.footer {
  color: #828e99;
  background: #273038;
  font-weight: 400; }

.icon-font {
  display: inline-block;
  font-family: "Microsoft YaHei";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale; }

.pc-top-list .top-list {
  margin-right: 25px; }
  .pc-top-list .top-list > li {
    float: left;
    height: 80px;
    position: relative; }
    .pc-top-list .top-list > li > a {
      position: relative;
      display: block;
      line-height: 80px;
      padding: 0 15px;
      font-weight: 700;
      font-size: 14px;
      color: #666;
      overflow: hidden; }
      .pc-top-list .top-list > li > a.active {
        background: #00a6ea;
        color: #FFF; }
        .pc-top-list .top-list > li > a.active.has-active {
          background: #FFF;
          color: #666; }
      .pc-top-list .top-list > li > a span {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%; }
      .pc-top-list .top-list > li > a .bkg {
        position: absolute;
        left: 0;
        top: 80px;
        z-index: 1;
        background-color: #00a6ea; }
    .pc-top-list .top-list > li:hover a {
      transition: color 200ms;
      color: #FFF; }
    .pc-top-list .top-list > li ul {
      display: none;
      position: absolute;
      left: 0;
      top: 80px;
      width: 120px;
      padding-bottom: 10px;
      padding-top: 10px;
      box-shadow: 0 0 3px #54595c;
      background: #353c42;
      background: rgba(53, 60, 66, 0.9);
      z-index: 99; }
      .pc-top-list .top-list > li ul li a {
        display: block;
        height: 30px;
        line-height: 30px;
        color: #FFF;
        text-indent: 25px;
        overflow: hidden; }
        .pc-top-list .top-list > li ul li a:hover {
          color: #00a7ea; }

.top-search .search-wrap {
  position: relative;
  margin-top: 25px; }
  .top-search .search-wrap input {
    width: 140px;
    height: 28px;
    padding: 5px 15px;
    border: 0 none;
    background: #f2f2f2;
    border-radius: 20px; }
  .top-search .search-wrap a {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 4px;
    text-align: center;
    line-height: 20px; }
    .top-search .search-wrap a:before {
      content: "\f602"; }
    .top-search .search-wrap a.focus {
      color: #00a6ea; }
    .top-search .search-wrap a i {
      font-size: 14px; }

.local {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #ebebeb;
  text-align: left;
  font-family: 'Microsoft YaHei'; }
  .local .local-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #999999; }
    .local .local-icon:before {
      content: "\e618"; }
    .local .local-icon:hover:before {
      content: "\f618"; }
  .local a:hover {
    color: #00b6ff; }
  .local em {
    font-family: 'SimSun';
    padding: 0 5px;
    color: #666; }

.ml30 {
  margin-left: 30px; }

.company-info {
  padding-top: 30px; }
  .company-info .wz-h3 {
    text-align: center; }
    .company-info .wz-h3 h3 {
      font-size: 24px;
      font-weight: 400; }
    .company-info .wz-h3 p {
      color: #999; }

.small-three-pic {
  padding-top: 40px;
  padding-bottom: 30px; }
  .small-three-pic img {
    float: left;
    padding-right: 30px; }
    .small-three-pic img.last {
      padding-right: 0; }

.mb50 {
  margin-bottom: 50px; }

.search-resault {
  padding-bottom: 50px; }
  .search-resault h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400; }
  .search-resault .sr-wrap .search-bar {
    margin-bottom: 15px; }
    .search-resault .sr-wrap .search-bar input {
      width: 680px;
      height: 42px;
      padding: 9px 10px;
      background: #FFF;
      vertical-align: middle;
      border: 1px solid #FFF; }
      .search-resault .sr-wrap .search-bar input:focus {
        border-color: #00b6ff; }
    .search-resault .sr-wrap .search-bar a {
      display: inline-block;
      padding: 0 30px;
      line-height: 42px;
      height: 42px;
      background: #00a6ea;
      color: #FFF;
      font-size: 14px;
      text-align: center;
      border-radius: 0 3px 3px 0;
      vertical-align: middle; }
  .search-resault .sr-wrap .search-list .res-num {
    color: #999;
    padding-bottom: 5px; }
  .search-resault .sr-wrap .search-list .jt-list li {
    padding: 15px 30px;
    background: #FFF;
    margin-bottom: 10px; }
    .search-resault .sr-wrap .search-list .jt-list li h3 {
      padding-bottom: 5px;
      margin-bottom: 10px;
      font-size: 14px;
      border-bottom: 1px solid #f0f0f0;
      font-weight: 400; }
    .search-resault .sr-wrap .search-list .jt-list li p {
      color: #666;
      line-height: 24px; }

.narrow-banner {
  height: 100px;
  background: url(../images/bannerbg.png) no-repeat center center; }

.height-banner {
  height: 200px;
  background: url(../../images/xq.jpg) center no-repeat; }

.industry-banner {
  height: 340px; }

.page-type {
  position: absolute;
  right: 0;
  top: 30px; }

.wz-btm-fx {
  border-top: 1px solid #efefef;
  padding-top: 20px;
  margin-top: 20px; }

.banner {
  overflow: hidden; }
  .banner .duli-img {
    display: block;
    vertical-align: top;
    margin: 0 auto; }

.usual-qes {
  padding: 30px 0; }
  .usual-qes .usual-qes-list h3 {
    padding: 24px 22px;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    overflow: hidden; }
  .usual-qes .usual-qes-list.usual-qes-list1 h3 {
    background: #4fc8f9; }
  .usual-qes .usual-qes-list.usual-qes-list2 h3 {
    background: #fcca67; }
  .usual-qes .usual-qes-list .xs-qes {
    float: left;
    padding-left: 20px;
    width: 1052px;
    overflow: hidden; }
    .usual-qes .usual-qes-list .xs-qes dl.active i:before {
      content: "\e610"; }
    .usual-qes .usual-qes-list .xs-qes dt {
      width: 1010px;
      margin-bottom: 20px;
      padding: 0 20px;
      height: 48px;
      line-height: 48px;
      border: 1px solid #efefef; }
      .usual-qes .usual-qes-list .xs-qes dt span {
        font-size: 14px;
        font-weight: 400;
        vertical-align: middle; }
      .usual-qes .usual-qes-list .xs-qes dt a {
        display: block; }
      .usual-qes .usual-qes-list .xs-qes dt a:hover {
        color: #28b5ed; }
        .usual-qes .usual-qes-list .xs-qes dt a:hover i {
          color: #28b5ed; }
      .usual-qes .usual-qes-list .xs-qes dt .this-icon {
        display: inline-block;
        width: 18px;
        height: 18px;
        font-size: 18px;
        margin-right: 10px;
        vertical-align: middle; }
      .usual-qes .usual-qes-list .xs-qes dt i {
        float: right;
        margin: 18px 5px 0 0;
        font-size: 16px;
        color: #999;
        vertical-align: middle; }
        .usual-qes .usual-qes-list .xs-qes dt i:before {
          content: "\e611"; }
    .usual-qes .usual-qes-list .xs-qes .dl4 dt a:hover, .usual-qes .usual-qes-list .xs-qes .dl5 dt a:hover {
      color: #f6a502; }
    .usual-qes .usual-qes-list .xs-qes .dl1 .this-icon:before {
      content: "\e613"; }
    .usual-qes .usual-qes-list .xs-qes .dl1.active .this-icon {
      color: #28b5ed; }
      .usual-qes .usual-qes-list .xs-qes .dl1.active .this-icon:before {
        content: "\f613"; }
    .usual-qes .usual-qes-list .xs-qes .dl2 .this-icon:before {
      content: "\e614"; }
    .usual-qes .usual-qes-list .xs-qes .dl2.active .this-icon {
      color: #28b5ed; }
      .usual-qes .usual-qes-list .xs-qes .dl2.active .this-icon:before {
        content: "\f614"; }
    .usual-qes .usual-qes-list .xs-qes .dl3 .this-icon:before {
      content: "\e615"; }
    .usual-qes .usual-qes-list .xs-qes .dl3.active .this-icon {
      color: #28b5ed; }
      .usual-qes .usual-qes-list .xs-qes .dl3.active .this-icon:before {
        content: "\f615"; }
    .usual-qes .usual-qes-list .xs-qes .dl4 .this-icon:before {
      content: "\e616"; }
    .usual-qes .usual-qes-list .xs-qes .dl4.active .this-icon {
      color: #f6a502; }
      .usual-qes .usual-qes-list .xs-qes .dl4.active .this-icon:before {
        content: "\f616"; }
    .usual-qes .usual-qes-list .xs-qes .dl5 .this-icon:before {
      content: "\e617"; }
    .usual-qes .usual-qes-list .xs-qes .dl5.active .this-icon {
      color: #f6a502; }
      .usual-qes .usual-qes-list .xs-qes .dl5.active .this-icon:before {
        content: "\f617"; }
    .usual-qes .usual-qes-list .xs-qes dd {
      display: none;
      width: 1050px;
      padding: 0 0 25px; }
      .usual-qes .usual-qes-list .xs-qes dd p {
        padding: 0 45px;
        color: #777;
        line-height: 24px; }
    .usual-qes .usual-qes-list .xs-qes dl.active dt {
      box-shadow: 0 4px 4px #f5f5f5;
      background: #fafafa; }
    .usual-qes .usual-qes-list .xs-qes dl.active dd {
      display: block; }

.top-sns {
  margin-top: 21px;
  margin-left: 10px; }

.weibo {
  position: relative;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  color: #89c71b; }
  .weibo:before {
    }
  .weibo:hover:before {
    }
  .weibo:hover .ewm-info {
    display: block; }

.weixin {
  position: relative;
  margin-left: 5px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  color: #fb7468; }
  .weixin:before {
     }
  .weixin:hover:before {
    }
  .weixin:hover .ewm-info {
    display: block; }

.ewm-info {
  display: none;
  position: absolute;
  right: 0;
  top: 55px;
  box-shadow: 0 0 3px #e3e2e2;
  z-index: 999; }
  .ewm-info .tip-arr {
    position: absolute;
    right: 6px;
    top: -12px;
    width: 14px;
    height: 12px;
    background: url(../images/arr.png) no-repeat; }
  .ewm-info .ewm-wrap {
    background: #FFF; }

.wz-btm-fx span {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  vertical-align: top; }

.wz-btm-fx .ewm-info {
  top: -145px; }
  .wz-btm-fx .ewm-info .tip-arr {
    position: absolute;
    right: 6px;
    top: 126px;
    background: url(../images/arr-b.png) no-repeat; }

.media-data {
  padding: 30px 0 50px; }
  .media-data .use-rule {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff6d9;
    color: #666; }
    .media-data .use-rule h3 {
      font-size: 18px;
      text-align: center;
      padding-bottom: 8px; }
  .media-data .tab-wrap .tab-btn {
    margin-right: -10px; }
    .media-data .tab-wrap .tab-btn a {
      float: left;
      display: inline-block;
      margin-right: 10px;
      background: #e1e6eb;
      font-size: 16px;
      text-align: center;
      line-height: 50px;
      height: 50px; }
      .media-data .tab-wrap .tab-btn a.active {
        color: #FFF;
        background: #00b5ff; }
      .media-data .tab-wrap .tab-btn a:hover {
        color: #00a6ea; }
      .media-data .tab-wrap .tab-btn a.active:hover {
        color: #fff; }
  .media-data .tab-wrap .tab-content {
    display: none;
    padding-top: 20px; }
  .media-data .wz-data-ly .tab-content li {
    border-bottom: 1px solid #e6ebf0; }
    .media-data .wz-data-ly .tab-content li h4 {
      float: left;
      width: 120px;
      text-align: right;
      font-size: 22px;
      font-weight: 400;
      margin-right: 30px;
      padding-top: 30px;
      padding-bottom: 30px; }
    .media-data .wz-data-ly .tab-content li div {
      float: left;
      padding-top: 30px;
      padding-bottom: 30px;
      width: 990px;
      padding-right: 30px;
      color: #666; }

.wz-pic-ly.video .tab-content ul li {
  width: 380px; }
  .wz-pic-ly.video .tab-content ul li a .list-pic .playShade {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #000;
    z-index: 9;
    transition: opacity 300ms; }
  .wz-pic-ly.video .tab-content ul li a .list-pic .playBtn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/video_btn.png) center no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 901;
    transition: opacity 300ms; }
    .wz-pic-ly.video .tab-content ul li a .list-pic .playBtn:hover {
      background-image: url(../images/video_btn_hover.png);
      opacity: 1;
      filter: alpha(opacity=100); }
  .wz-pic-ly.video .tab-content ul li a .list-pic:hover .playShade {
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .wz-pic-ly.video .tab-content ul li a .list-p {
    width: 380px; }

.wz-pic-ly .tab-content ul {
  margin-right: -20px; }

.wz-pic-ly .tab-content li {
  float: left;
  margin: 0 20px 20px 0;
  width: 280px; }
  .wz-pic-ly .tab-content li a {
    display: block; }
    .wz-pic-ly .tab-content li a img {
      vertical-align: top; }
    .wz-pic-ly .tab-content li a .list-pic {
      position: relative; }
    .wz-pic-ly .tab-content li a .list-p {
      width: 280px;
      height: 50px;
      line-height: 50px;
      overflow: hidden;
      background: #f5f5f5; }
      .wz-pic-ly .tab-content li a .list-p p {
        font-size: 14px;
        text-align: center; }
    .wz-pic-ly .tab-content li a .mask {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 9;
      background: #00b6ff;
      color: #fff;
      font-size: 32px;
      text-align: center;
      line-height: 167px;
      transition: opacity 300ms;
      opacity: 0;
      filter: alpha(opacity=0); }
      .wz-pic-ly .tab-content li a .mask:before {
        content: "\e606"; }
    .wz-pic-ly .tab-content li a:hover .mask {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.hot-spec, .public-good {
  padding: 30px 0 50px; }
  .hot-spec ul, .public-good ul {
    margin-right: -20px; }
  .hot-spec li, .public-good li {
    float: left;
    width: 580px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .hot-spec li a, .public-good li a {
      display: block; }
      .hot-spec li a img, .public-good li a img {
        vertical-align: top; }
      .hot-spec li a .list-pic, .public-good li a .list-pic {
        position: relative; }
      .hot-spec li a .list-p, .public-good li a .list-p {
        position: relative;
        width: 580px;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #ededed; }
        .hot-spec li a .list-p p, .public-good li a .list-p p {
          font-size: 14px;
          padding-left: 15px;
          overflow: hidden;
          padding-right: 50px; }
        .hot-spec li a .list-p em, .public-good li a .list-p em {
          position: absolute;
          right: 10px;
          top: 16px;
          width: 16px;
          height: 16px; }
          .hot-spec li a .list-p em:before, .public-good li a .list-p em:before {
            font-size: 16px;
            text-align: right;
            content: '\f609'; }
      .hot-spec li a .mask, .public-good li a .mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        background: rgba(0, 182, 255, 0);
        color: #FFF;
        font-size: 48px;
        text-align: center;
        line-height: 167px;
        transition: background 300ms; }
        .hot-spec li a .mask:before, .public-good li a .mask:before {
          content: ""; }
      .hot-spec li a:hover, .public-good li a:hover {
        box-shadow: 0 0 9px 1px #ededed; }
        .hot-spec li a:hover .mask, .public-good li a:hover .mask {
          background: rgba(0, 182, 255, 0.8); }
          .hot-spec li a:hover .mask:before, .public-good li a:hover .mask:before {
            content: '\e605'; }
        .hot-spec li a:hover .list-p em, .public-good li a:hover .list-p em {
          color: #7fceee; }
      .hot-spec li a.noShade:hover, .public-good li a.noShade:hover {
        box-shadow: 0 0 0 0; }

.public-good ul {
  margin-right: -20px; }

.public-good li {
  margin-right: 20px;
  width: 280px; }
  .public-good li a .list-p {
    width: 280px;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }

.loading-more {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #dce1e5;
  text-align: center;
  font-size: 30px;
  color: #75818d; }
  .loading-more:hover {
    color: #FFF;
    background: #00b5ff; }
  .loading-more:before {
    content: '\e60d'; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.img-banner .swiper-slide {
  position: relative;
  text-align: center;
  height: 400px; }
  .img-banner .swiper-slide a {
    display: block; }
  .img-banner .swiper-slide .imgWrap {
    height: 100%;
    background-position: center center; }

.img-banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 32px;
  text-align: center;
  width: 100%; }
  .img-banner .swiper-pagination .swiper-pagination-bullet {
    vertical-align: middle; }
  .img-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px; }
  .img-banner .swiper-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #91938f;
    margin: 0 5px;
    vertical-align: middle;
    cursor: pointer; }
  .img-banner .swiper-pagination .swiper-active-switch {
    width: 15px;
    height: 15px;
    background: #00a7eb; }

.img-banner .swiper-button-prev {
  display: none;
  position: absolute;
  top: 163px;
  width: 72px;
  height: 72px;
  background: none;
  line-height: 72px;
  font-size: 72px;
  color: #fff;
  left: 45px;
  cursor: pointer; }
  .img-banner .swiper-button-prev:hover {
    color: #0d94d9; }
  .img-banner .swiper-button-prev:before {
    content: '\f60a'; }

.img-banner .swiper-button-next {
  display: none;
  position: absolute;
  top: 163px;
  width: 72px;
  height: 72px;
  background: none;
  line-height: 72px;
  font-size: 72px;
  color: #fff;
  right: 45px;
  cursor: pointer; }
  .img-banner .swiper-button-next:hover {
    color: #0d94d9; }
  .img-banner .swiper-button-next:before {
    content: '\e60b'; }

.img-banner:hover .swiper-button-prev,
.img-banner:hover .swiper-button-next {
  display: block; }

.img-banner-s .swiper-container {
  position: relative;
  text-align: center;
  width: 370px;
  height: 285px; }

.img-banner-s .swiper-slide {
  position: relative;
  text-align: center;
  /*.imgWrap{

			height:100%;

			background-repeat: no-repeat;

			background-position:center center;

		}*/ }
  .img-banner-s .swiper-slide a {
    display: block;
    height: 100%; }
    .img-banner-s .swiper-slide a img {
      display: block;
      height: 100%;
      width: 100%; }

.more-title {
  font: 22px/62px "MicroSoft YaHei"; }
  .more-title p {
    float: left; }
  .more-title a {
    font-size: 12px;
    color: #666; }
    .more-title a span {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-top: 23px;
      font-size: 16px;
      line-height: 16px;
      color: #a9a9a9; }
      .more-title a span:before {
        content: '\f621'; }
    .more-title a:hover {
      color: #2cb5ee; }
      .more-title a:hover span {
        color: #2cb5ee; }

.qywh .newsList ul {
  margin-right: -10px; }

.newsList ul {
  /*width:1300px;*/
  /*margin-right:-10px;*/ }
  .newsList ul li {
    float: left;
    /*width:370px;

			margin-right:30px;*/ }
    .newsList ul li.w270 {
      width: 273px;
      margin-right: 10px;
      margin-bottom: 10px; }
      .newsList ul li.w270 .imgBox {
        height: 164px; }
        .newsList ul li.w270 .imgBox a em {
          margin-top: 68px; }
      .newsList ul li.w270 .infBox {
        background-color: #f2f2f2; }
    .newsList ul li.w277 {
      width: 277px;
      margin-bottom: 20px; }
      .newsList ul li.w277 .imgBox {
        height: 166px; }
        .newsList ul li.w277 .imgBox a em {
          margin-top: 66px; }
      .newsList ul li.w277 .infBox {
        position: relative;
        height: 92px;
        background-color: #f2f2f2; }
        .newsList ul li.w277 .infBox .text {
          padding: 12px 15px 0;
          font-size: 14px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .newsList ul li.w277 .infBox .date {
          position: absolute;
          left: 15px;
          bottom: 8px; }
          .newsList ul li.w277 .infBox .date span {
            display: inline-block;
            width: 215px;
            font-size: 12px;
            color: #999; }
          .newsList ul li.w277 .infBox .date .ico {
            height: auto;
            line-height: 1.5; }
    .newsList ul li.w574 {
      width: 574px;
      margin-bottom: 20px; }
      .newsList ul li.w574 .imgBox {
        height: 166px; }
        .newsList ul li.w574 .imgBox a em {
          margin-top: 66px; }
      .newsList ul li.w574 .infBox {
        position: relative;
        height: 92px;
        background-color: #f2f2f2; }
        .newsList ul li.w574 .infBox .text {
          padding: 12px 15px 7px;
          font-size: 18px; }
        .newsList ul li.w574 .infBox .date {
          position: absolute;
          left: 15px;
          bottom: 8px; }
          .newsList ul li.w574 .infBox .date span {
            display: inline-block;
            width: 514px;
            font-size: 12px;
            color: #999; }
          .newsList ul li.w574 .infBox .date .ico {
            height: auto;
            line-height: 1.5; }
    .newsList ul li:hover .infBox .ico {
      color: #86d0ee; }
    .newsList ul li .imgBox {
      position: relative; }
      .newsList ul li .imgBox img {
        width: 100%; }
      .newsList ul li .imgBox a {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #00b6ff;
        opacity: 0;
        text-align: center;
        transition: opacity 300ms;
        filter: alpha(opacity=0); }
        .newsList ul li .imgBox a em {
          display: inline-block;
          width: 48px;
          height: 48px;
          font-size: 48px;
          line-height: 48px;
          margin-top: 90px;
          color: #fff; }
          .newsList ul li .imgBox a em:before {
            content: '\e605'; }
      .newsList ul li .imgBox .mark {
        position: absolute;
        left: 10px;
        top: 10px; }
      .newsList ul li .imgBox:hover a {
        opacity: 0.9;
        filter: alpha(opacity=90); }
    .newsList ul li .infBox {
      background-color: #fff; }
      .newsList ul li .infBox .l-date {
        /*float:left;

					height:100px;

					padding-left:20px;

					width:62px;*/ }
        .newsList ul li .infBox .l-date .day {
          font-size: 18px;
          color: #ff5533; }
      .newsList ul li .infBox .r-content {
        /*float:left;

					width:266px;*/
        padding-left: 20px;
        border-left: 1px solid #f0f0f0;
        padding-top: 16px;
        font-family: "MicroSoft YaHei";
        background-color: #fff;
        text-align: left; }
        .newsList ul li .infBox .r-content .title {
          font-size: 16px;
          color: #333;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          padding-right: 20px; }
        .newsList ul li .infBox .r-content .text {
          padding-top: 10px;
          padding-right: 10px;
          color: #999; }
      .newsList ul li .infBox .inf-title {
        display: inline-block;
        width: 199px;
        padding-left: 15px;
        line-height: 50px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: middle; }
      .newsList ul li .infBox .ico {
        display: inline-block;
        font-size: 16px;
        height: 50px;
        margin-left: 20px;
        line-height: 50px;
        color: #b2b2b2;
        vertical-align: middle; }
        .newsList ul li .infBox .ico:before {
          content: '\e609'; }

.video-wrap .l-wide {
  float: left; }
  .video-wrap .l-wide .videoBox {
    position: relative;
    height: 228px; }
    .video-wrap .l-wide .videoBox img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .video-wrap .l-wide .videoBox a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      background: url(../images/video_btn.png) center 105px no-repeat;
      opacity: 0.6;
      filter: alpha(opacity=60);
      transition: opacity 300ms;
      z-index: 901; }
    .video-wrap .l-wide .videoBox .playShade {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      background-color: #000;
      z-index: 9;
      transition: opacity 300ms; }
    .video-wrap .l-wide .videoBox:hover .playShade {
      opacity: 0.2;
      filter: alpha(opacity=20); }
    .video-wrap .l-wide .videoBox:hover a {
      opacity: 1;
      filter: alpha(opacity=1);
      background-image: url(../images/video_btn_hover.png); }

.video-wrap .r-imgs {
  float: right; }

.industry-wrap table {
  table-layout: fixed;
  width: 100%; }
  .industry-wrap table tr td {
    height: 140px;
    text-align: center; }
    .industry-wrap table tr td span {
      position: relative;
      display: inline-block;
      font-size: 80px;
      color: #fff;
      vertical-align: middle; }
      .industry-wrap table tr td span i {
        position: absolute;
        display: inline-block;
        left: 0;
        bottom: 5px;
        width: 40px;
        border-bottom: 2px solid #fff; }
    .industry-wrap table tr td em {
      display: none;
      margin-left: 106px;
      font-size: 46px;
      color: #fff;
      vertical-align: middle; }
      .industry-wrap table tr td em:before {
        content: '\f609'; }
    .industry-wrap table tr td.type-0 {
      background-color: #46c2a5; }
      .industry-wrap table tr td.type-0 span:before {
        content: '\f61f'; }
    .industry-wrap table tr td.type-1 {
      background-color: #f5cd49; }
      .industry-wrap table tr td.type-1 span:before {
        content: '\f61b'; }
    .industry-wrap table tr td.type-2 {
      background-color: #f09d37; }
      .industry-wrap table tr td.type-2 span:before {
        content: '\f61d'; }
    .industry-wrap table tr td.type-3 {
      background-color: #e4616a; }
      .industry-wrap table tr td.type-3 span:before {
        content: '\f61c'; }
    .industry-wrap table tr td.type-4 {
      background-color: #b065a3; }
      .industry-wrap table tr td.type-4 span:before {
        content: '\f61e'; }
    .industry-wrap table tr td.type-5 {
      background-color: #229be0; }
      .industry-wrap table tr td.type-5 span:before {
        content: '\f620'; }
    .industry-wrap table tr td:hover {
      width: 370px; }
      .industry-wrap table tr td:hover.type-0 {
        background: url(../images/type_0.png) bottom right no-repeat; }
      .industry-wrap table tr td:hover.type-1 {
        background: url(../images/type_1.png) bottom right no-repeat; }
      .industry-wrap table tr td:hover.type-2 {
        background: url(../images/type_2.png) bottom right no-repeat; }
      .industry-wrap table tr td:hover.type-3 {
        background: url(../images/type_3.png) bottom right no-repeat; }
      .industry-wrap table tr td:hover.type-4 {
        background: url(../images/type_4.png) bottom right no-repeat; }
      .industry-wrap table tr td:hover.type-5 {
        background: url(../images/type_5.png) bottom right no-repeat; }
      .industry-wrap table tr td:hover span {
        font-size: 120px; }
        .industry-wrap table tr td:hover span i {
          width: 50px;
          bottom: 20px; }
      .industry-wrap table tr td:hover em {
        display: inline-block; }

.public-big-wrap {
  overflow: hidden; }

.public-big ul {
  /*width: 1300px;*/ }

.public-big .big-item {
  float: left;
  font-family: "MicroSoft YaHei";
  width: 376px;
  margin-bottom: 20px;
  margin-right: 20px; }
  .public-big .big-item a {
    display: block; }
  .public-big .big-item .big-list-img {
    height: 150px;
    overflow: hidden; }
  .public-big .big-item .big-list-inf {
    height: 82px;
    padding-top: 27px;
    background-color: #f5f5f5; }
    .public-big .big-item .big-list-inf .date {
      float: left;
      width: 80px;
      font-size: 18px;
      font-weight: 700;
      color: #00a7ea;
      margin-left: 30px;
      padding-bottom: 7px;
      text-align: right;
      border-bottom: 1px solid #00a7ea; }
    .public-big .big-item .big-list-inf .inf {
      float: left;
      padding-left: 20px;
      width: 235px; }

.culture-l {
  position: relative;
  float: left;
  width: 860px;
  margin-right: -860px; }

.cultureMn {
  float: right;
  width: 100%; }
  .cultureMn .culture-r {
    margin-left: 860px; }

.l-wrap {
  border-right: 1px solid #ebebeb;
  padding-right: 20px; }

.img-win .imgBox {
  height: 162px;
  font: 16px "MicroSoft YaHei"; }
  .img-win .imgBox.md {
    height: 164px;
    width: 273px; }
    .img-win .imgBox.md img {
      width: 273px;
      height: 164px; }
    .img-win .imgBox.md .eye em {
      margin-top: 62px; }
  .img-win .imgBox.lg {
    height: 338px;
    font: 18px "MicroSoft YaHei"; }
    .img-win .imgBox.lg img {
      height: 338px; }
    .img-win .imgBox.lg .eye {
      background-color: transparent; }
      .img-win .imgBox.lg .eye em {
        margin-top: 152px; }
    .img-win .imgBox.lg a:hover .eye {
      opacity: 0.9;
      filter: alpha(opacity=90);
      background-color: rgba(0, 0, 0, 0.2); }
  .img-win .imgBox a {
    position: relative;
    display: block; }
    .img-win .imgBox a img {
      display: block; }
    .img-win .imgBox a:hover .eye {
      opacity: 0.9;
      filter: alpha(opacity=90); }
  .img-win .imgBox p {
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    width: 100%;
    padding-left: 15px;
    color: #fff;
    background: url(../images/line.png);
    z-index: 9;
    overflow: hidden; }
  .img-win .imgBox .mark {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 901; }
  .img-win .imgBox .eye {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00b6ff;
    opacity: 0;
    text-align: center;
    transition: opacity 300ms;
    filter: alpha(opacity=0);
    z-index: 9; }
    .img-win .imgBox .eye em {
      display: inline-block;
      width: 48px;
      height: 48px;
      font-size: 48px;
      line-height: 48px;
      color: #fff; }
      .img-win .imgBox .eye em:before {
        content: '\e605'; }

.qywh .img-win .imgBox.lg img {
  width: 556px; }

.mark {
  padding: 0 8px;
  height: 22px;
  border-radius: 10px;
  line-height: 22px;
  font-size: 12px;
  color: #fff; }
  .mark.t-0 {
    background-color: #00a6ea; }
  .mark.t-1 {
    background-color: #f8b500; }
  .mark.t-2 {
    background-color: #00c2b8; }
  .mark.t-3 {
    background-color: #de36ba; }
  .mark.t-4 {
    background-color: #f18d00; }
  .mark.t-5 {
    background-color: #fd4c5a; }
  .mark.t-6 {
    background-color: #0088d6; }

.covers {
  float: right; }
  .covers li {
    margin-bottom: 10px; }
    .covers li img {
      display: block; }

.report-list {
  border-top: 1px solid #e6ebf0; }
  .report-list.sm {
    border-top: 0 none; }
    .report-list.sm .report-text h3 {
      font-size: 18px !important;
      font-weight: 700 !important;
      color: #666 !important; }
    .report-list.sm .report-text p {
      width: 791px; }
  .report-list li {
    float: none; }
    .report-list li a {
      position: relative;
      display: block;
      padding: 20px 0;
      border-bottom: 1px solid #e6ebf0;
      font-family: "MicroSoft YaHei";
      transition: padding 300ms; }
      .report-list li a .report-text {
        width: 1000px; }
        .report-list li a .report-text h3 {
          font-size: 18px;
          padding-bottom: 12px;
          color: #666; }
        .report-list li a .report-text p {
          color: #999; }
      .report-list li a .arrowBtn {
        position: absolute;
        right: 30px;
        top: 50%;
        display: block;
        width: 48px;
        height: 48px;
        margin-top: -24px;
        font-size: 48px;
        color: #c5c5c5;
        transition: color 300ms; }
        .report-list li a .arrowBtn:before {
          content: '\e608'; }
      .report-list li a:hover {
        padding-left: 20px;
        background-color: #ebf0f5; }
        .report-list li a:hover .report-text h3 {
          color: #00a6ea !important; }
        .report-list li a:hover .report-text p {
          color: #333; }
        .report-list li a:hover .arrowBtn {
          color: #00b7ff; }
          .report-list li a:hover .arrowBtn:before {
            content: '\f608'; }
      .report-list li a.hasImg img {
        float: left; }
      .report-list li a.hasImg .report-text {
        float: left;
        width: 70%;
        padding-top: 5px;
        padding-left: 30px;
        overflow: hidden; }
        .report-list li a.hasImg .report-text h3 {
          font-size: 18px;
          font-weight: 400;
          color: #333;
          padding-bottom: 5px; }
        .report-list li a.hasImg .report-text span {
          display: inline-block;
          padding-bottom: 10px;
          color: #999; }
  .report-list.sp {
    border-top: 0 none; }
    .report-list.sp li a .report-text h3 {
      font-size: 18px;
      font-weight: 700;
      color: #666; }

.img-collection {
  height: 528px;
  background-color: #f5f5f5;
  margin-top: 30px;
  margin-bottom: 118px; }
  .img-collection .img-div {
    position: relative; }
  .img-collection .c-img {
    float: left;
    width: 100%;
    height: 100%; }
    .img-collection .c-img .swiper-container {
      position: relative;
      height: 522px; }
      .img-collection .c-img .swiper-container .swiper-slide {
        position: relative;
        text-align: center; }
        .img-collection .c-img .swiper-container .swiper-slide img {
          display: block;
          height: 100%; }
      .img-collection .c-img .swiper-container .swiper-button-prev,
      .img-collection .c-img .swiper-container .swiper-button-next {
        position: absolute;
        top: 212px;
        width: 60px;
        height: 100px;
        background: url(../images/arrow_bg.png);
        line-height: 100px;
        font-size: 32px;
        color: #fff;
        cursor: pointer;
        text-align: center; }
        .img-collection .c-img .swiper-container .swiper-button-prev:hover,
        .img-collection .c-img .swiper-container .swiper-button-next:hover {
          color: #0d94d9;
          vertical-align: middle; }
      .img-collection .c-img .swiper-container .swiper-button-prev {
        left: 0; }
        .img-collection .c-img .swiper-container .swiper-button-prev:before {
          content: '\e60a'; }
      .img-collection .c-img .swiper-container .swiper-button-next {
        right: 0; }
        .img-collection .c-img .swiper-container .swiper-button-next:before {
          content: '\e60b'; }
      .img-collection .c-img .swiper-container .swiper-pagination {
        position: absolute;
        left: 0;
        bottom: 32px;
        text-align: center;
        width: 100%; }
        .img-collection .c-img .swiper-container .swiper-pagination .swiper-pagination-bullet {
          vertical-align: middle; }
        .img-collection .c-img .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
          width: 15px;
          height: 15px; }
        .img-collection .c-img .swiper-container .swiper-pagination .swiper-pagination-switch {
          display: inline-block;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #91938f;
          margin: 0 6px;
          vertical-align: middle;
          cursor: pointer; }
        .img-collection .c-img .swiper-container .swiper-pagination .swiper-active-switch {
          width: 15px;
          height: 15px;
          background: #00a7eb; }
  .img-collection .c-text {
    padding: 30px 40px 0;
    width: 300px;
    height: 100%;
    color: #666;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 0; }
    .img-collection .c-text .date {
      padding-bottom: 20px; }
      .img-collection .c-text .date em {
        font-size: 30px;
        color: #333;
        line-height: 44px; }

.come-soon {
  background-color: #f2f2f2; }
  .come-soon .come-text {
    padding: 55px 0 45px;
    color: #666;
    line-height: 22px; }
  .come-soon .come-bg {
    height: 360px;
    background: #fff url(../images/come_soon_bg.jpg) no-repeat;
    text-align: center;
    color: #666; }
    .come-soon .come-bg h3 {
      padding-top: 120px;
      font-size: 60px; }
    .come-soon .come-bg p {
      font-size: 16px; }

.o2o {
  background-color: #f2f2f2;
  padding: 52px 0; }
  .o2o .o2o-l {
    float: left;
    width: 328px;
    text-align: right; }
    .o2o .o2o-l h3 {
      font: 32px/46px "MicroSoft YaHei"; }
    .o2o .o2o-l p {
      font: 16px/30px "MicroSoft YaHei"; }
  .o2o .o2o-r {
    float: right;
    width: 800px;
    padding-top: 6px;
    line-height: 22px;
    color: #666; }

.o2o-list li {
  padding: 40px 0;
  border-top: 1px solid #e6ebf0; }
  .o2o-list li:first-child {
    border-top: 0 none; }
  .o2o-list li .content {
    width: 740px; }
    .o2o-list li .content h3 em {
      font-size: 32px;
      font-weight: 400;
      color: #00a8eb; }
    .o2o-list li .content h3 span {
      font-size: 14px;
      font-weight: 400;
      color: #999; }
    .o2o-list li .content h4 {
      font-size: 18px;
      font-weight: 400;
      padding-bottom: 18px; }
    .o2o-list li .content p {
      line-height: 22px;
      color: #666; }

.cloud {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px; }
  .cloud ul {
    /*width: 1300px;*/ }
    .cloud ul li {
      float: left;
      width: 370px;
      margin-right: 30px; }
      .cloud ul li img {
        display: block; }
      .cloud ul li div {
        background-color: #fff;
        padding: 15px 20px 0;
        height: 177px;
        color: #666; }

.webMap {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #323b42;
  font-family: "MicroSoft YaHei"; }
  .webMap .mapWrap .snLogo {
    float: left;
    width: 166px;
    height: 50px;
    background: url(../images/logo_gray.png) top center no-repeat; }
  .webMap .mapWrap .mapLinks {
    float: right; }
    .webMap .mapWrap .mapLinks dl {
      float: left;
      width: 140px;
    display: table;	  }
      .webMap .mapWrap .mapLinks dl dt {
        padding-bottom: 10px;
        font-size: 15px;
        color: #c0ccd6; }
      .webMap .mapWrap .mapLinks dl dd a {
        line-height: 24px;
        color: #828e99; }
        .webMap .mapWrap .mapLinks dl dd a:hover {
          color: #00a6ea; }
      .webMap .mapWrap .mapLinks dl.wx dd{
         width: 250px;
		 line-height: 24px;
		color: #828e99;}
        .webMap .mapWrap .mapLinks dl.wx dd img {
          display: block;
          width: 120px;
          height: 120px;
          background-color: #fff; }

.industry-wrap-eng table {
  table-layout: fixed;
  width: 100%; }
  .industry-wrap-eng table tr td {
    height: 140px;
    text-align: left;
    padding-left: 30px;
    vertical-align: top; }
    .industry-wrap-eng table tr td .textWrap {
      float: left;
      position: relative;
      display: block;
      width: 100px;
      margin-top: 60px;
      font-family: 'Arial';
      font-size: 12px;
      line-height: 14px;
      color: #fff;
      white-space: normal;
      word-wrap: break-word;
      word-break: normal; }
      .industry-wrap-eng table tr td .textWrap .sn {
        position: absolute;
        left: 0;
        top: -50px;
        display: inline-block;
        font-size: 80px; }
        .industry-wrap-eng table tr td .textWrap .sn:before {
          content: '\f622'; }
      .industry-wrap-eng table tr td .textWrap i {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 40px;
        width: 40px;
        border-bottom: 2px solid #fff; }
    .industry-wrap-eng table tr td em {
      float: right;
      display: none;
      margin-top: 48px;
      margin-right: 50px;
      font-size: 46px;
      color: #fff;
      vertical-align: top; }
      .industry-wrap-eng table tr td em:before {
        content: '\f609'; }
    .industry-wrap-eng table tr td.type-0 {
      background-color: #46c2a5; }
    .industry-wrap-eng table tr td.type-1 {
      background-color: #f5cd49; }
    .industry-wrap-eng table tr td.type-2 {
      background-color: #f09d37; }
    .industry-wrap-eng table tr td.type-3 {
      background-color: #e4616a; }
    .industry-wrap-eng table tr td.type-4 {
      background-color: #b065a3; }
    .industry-wrap-eng table tr td.type-5 {
      background-color: #229be0; }
    .industry-wrap-eng table tr td:hover {
      width: 320px;
      padding-left: 50px; }
      .industry-wrap-eng table tr td:hover .textWrap {
        width: 200px;
        margin-top: 70px;
        font-size: 18px;
        line-height: 20px; }
        .industry-wrap-eng table tr td:hover .textWrap .sn {
          top: -75px;
          font-size: 120px; }
        .industry-wrap-eng table tr td:hover .textWrap i {
          top: auto;
          bottom: -12px; }
      .industry-wrap-eng table tr td:hover.type-0 {
        background: url(../images/type_0.png) bottom right no-repeat; }
      .industry-wrap-eng table tr td:hover.type-1 {
        background: url(../images/type_1.png) bottom right no-repeat; }
      .industry-wrap-eng table tr td:hover.type-2 {
        background: url(../images/type_2.png) bottom right no-repeat; }
      .industry-wrap-eng table tr td:hover.type-3 {
        background: url(../images/type_3.png) bottom right no-repeat; }
      .industry-wrap-eng table tr td:hover.type-4 {
        background: url(../images/type_4.png) bottom right no-repeat; }
      .industry-wrap-eng table tr td:hover.type-5 {
        background: url(../images/type_5.png) bottom right no-repeat; }
      .industry-wrap-eng table tr td:hover em {
        display: inline-block; }

.industry-wrap {
  overflow: hidden; }
  .industry-wrap .ids-list {
    width: 1300px; }
    .industry-wrap .ids-list a {
      position: relative;
      float: left;
      display: block;
      width: 199px;
      height: 140px;
      transition: width 300ms;
      overflow: hidden; }
      .industry-wrap .ids-list a .sm {
        float: left;
        margin-top: 54px;
        margin-left: 40px; }
        .industry-wrap .ids-list a .sm .img-text {
          position: relative;
          width: 80px;
          height: 35px;
          background: url(../images/ids-list.png) no-repeat; }
        .industry-wrap .ids-list a.type-5 .sm .img-text {
		  width: 100px;
		  background-position: 0 -173px!important;
		  height: 46px!important;
		  }
		  
          .industry-wrap .ids-list a .sm .img-text .line {
            position: absolute;
            display: block;
            left: 0;
            bottom: -15px;
            width: 40px;
            border-bottom: 2px solid #fff; }
			.industry-wrap .ids-list a.type-5 .sm .img-text .line{bottom: -11px;}
      .industry-wrap .ids-list a .lg {
        display: none;
        float: left;
        margin-left: 50px;
        margin-top: 46px; }
        .industry-wrap .ids-list a .lg .img-text {
          position: relative;
          width: 120px;
          height: 48px;
          background: url(../images/ids-list.png) no-repeat; }
          .industry-wrap .ids-list a .lg .img-text .line {
            position: absolute;
            display: block;
            left: 0;
            bottom: -15px;
            width: 50px;
            border-bottom: 2px solid #fff; }
      .industry-wrap .ids-list a .arrow {
        position: absolute;
        right: -50px;
        top: 48px;
        font-size: 46px;
        color: #fff;
        vertical-align: top;
        transition: right 300ms; }
        .industry-wrap .ids-list a .arrow:before {  }
      .industry-wrap .ids-list a.type-1 {
        background-color: #f5cd49; }
        .industry-wrap .ids-list a.type-1 .sm .img-text {
          background-position: 0 0; 
		  width:102px;}
        .industry-wrap .ids-list a.type-1 .lg .img-text {
          background-position: -111px 0;
		  width: 140px;}
      .industry-wrap .ids-list a.type-2 {
        background-color: #46c2a5; }
        .industry-wrap .ids-list a.type-2 .sm .img-text {
          background-position: 0 -45px; width: 100px}
        .industry-wrap .ids-list a.type-2 .lg .img-text {
          background-position: -111px -61px;width: 126px; }
      .industry-wrap .ids-list a.type-3 {
        background-color: #f09d37; }
        .industry-wrap .ids-list a.type-3 .sm .img-text {
          background-position: 0 -90px; }
        .industry-wrap .ids-list a.type-3 .lg .img-text {
          background-position: -111px -122px; }
      .industry-wrap .ids-list a.type-4 {
        background-color: #b065a3; }
        .industry-wrap .ids-list a.type-4 .sm .img-text {
          background-position: 0 -135px; }
        .industry-wrap .ids-list a.type-4 .lg .img-text {
          background-position: -111px -183px; }
      .industry-wrap .ids-list a.type-5 {
        background-color: #229be0; }
        .industry-wrap .ids-list a.type-5 .sm .img-text {
          background-position: 0 -180px;}
        .industry-wrap .ids-list a.type-5 .lg .img-text {
          background-position: -111px -235px;width: 125px;  height: 58px;}
      .industry-wrap .ids-list a.type-6 {
        background-color: #e4616a; }
        .industry-wrap .ids-list a.type-6 .sm .img-text {
          background-position: 0 -225px; }
        .industry-wrap .ids-list a.type-6 .lg .img-text {
          background-position: -111px -305px; }
      .industry-wrap .ids-list a.on {
        width: 370px; }
        .industry-wrap .ids-list a.on .sm {
          display: none; }
        .industry-wrap .ids-list a.on .lg {
          display: block; }
        .industry-wrap .ids-list a.on .arrow {
          right: 50px; }
  .industry-wrap .ids-list.en a .sm {
    margin-top: 44px;
    margin-left: 30px; }
    .industry-wrap .ids-list.en a .sm .img-text {
      height: 45px; }
  .industry-wrap .ids-list.en a .arrow {
    position: absolute;
    right: -50px;
    top: 48px;
    font-size: 46px;
    color: #fff;
    vertical-align: top;
    transition: right 300ms; }
    .industry-wrap .ids-list.en a .arrow:before {
      content: '\f609'; }
  .industry-wrap .ids-list.en a.type-1 {
    background-color: #f5cd49; }
    .industry-wrap .ids-list.en a.type-1 .sm .img-text {
      background-position: -262px 0; }
    .industry-wrap .ids-list.en a.type-1 .lg .img-text {
      background-position: -373px 0; }
    .industry-wrap .ids-list.en a.type-1.on {
      background: url(../images/type_1.png) right bottom no-repeat; }
  .industry-wrap .ids-list.en a.type-2 {
    background-color: #46c2a5; }
    .industry-wrap .ids-list.en a.type-2 .sm .img-text {
      background-position: -262px -45px; }
    .industry-wrap .ids-list.en a.type-2 .lg .img-text {
      background-position: -373px -61px; }
    .industry-wrap .ids-list.en a.type-2.on {
      background: url(../images/type_2.png) right bottom no-repeat; }
  .industry-wrap .ids-list.en a.type-3 {
    background-color: #f09d37; }
    .industry-wrap .ids-list.en a.type-3 .sm .img-text {
      background-position: -262px -90px;
      height: 46px; }
    .industry-wrap .ids-list.en a.type-3 .lg .img-text {
      background-position: -373px -122px;
      width: 190px; }
    .industry-wrap .ids-list.en a.type-3.on {
      background: url(../images/type_3.png) right bottom no-repeat; }
  .industry-wrap .ids-list.en a.type-4 {
    background-color: #b065a3; }
    .industry-wrap .ids-list.en a.type-4 .sm .img-text {
      background-position: -262px -149px;
      height: 46px; }
    .industry-wrap .ids-list.en a.type-4 .lg {
      margin-top: 36px; }
      .industry-wrap .ids-list.en a.type-4 .lg .img-text {
        background-position: -373px -183px;
        height: 62px; }
    .industry-wrap .ids-list.en a.type-4.on {
      background: url(../images/type_4.png) right bottom no-repeat; }
  .industry-wrap .ids-list.en a.type-5 {
    background-color: #229be0; }
    .industry-wrap .ids-list.en a.type-5 .sm .img-text {
      background-position: -262px -208px; }
    .industry-wrap .ids-list.en a.type-5 .lg .img-text {
      background-position: -373px -264px; }
    .industry-wrap .ids-list.en a.type-5.on {
      background: url(../images/type_5.png) right bottom no-repeat; }
  .industry-wrap .ids-list.en a.type-6 {
    background-color: #e4616a; }
    .industry-wrap .ids-list.en a.type-6 .sm .img-text {
      background-position: -262px -253px; }
    .industry-wrap .ids-list.en a.type-6 .lg .img-text {
      background-position: -373px -325px; }
    .industry-wrap .ids-list.en a.type-6.on {
      background: url(../images/type_6.png) right bottom no-repeat; }
  .industry-wrap .ids-list.en a.on {
    width: 370px; }
    .industry-wrap .ids-list.en a.on .sm {
      display: none; }
    .industry-wrap .ids-list.en a.on .lg {
      display: block; }
    .industry-wrap .ids-list.en a.on .arrow {
      right: 50px; }

	  
	  
/*首页新闻*/
.wrap{display:block;margin: 50px 0 0;}
.wrap .company{display:block; width:62%;}
.wrap .style{display:block; width:35%;}

.wrap .company .title{display:block;height:50px;}
.wrap .company .title h4{display:block;height:50px; line-height:50px; font-size:22px; color:#222;  font-weight:normal;}
.wrap .company .title .more{float:right; height:24px; width:24px; background:#5d5d5d; font-size:24px; line-height:19px; text-align:center;color:#fff; margin-top:13px;}
.wrap .company .title .more:hover{background:#0181cc; line-height:24px; font-size:24px;}
.wrap .company .con{display:table; width:725px; border:1px solid #e1e1e1;padding:25px;background-color: #fff;}
.wrap .company .con .pic{float:left; width:290px;}
.wrap .company .con .pic img{display:block; width:290px;}
.wrap .company .con .profile{width:353px; float:right;}
.wrap .company .con .profile h4{display:block; height:30px; line-height:30px; font-size:18px; color:#0181cc; font-weight:bold;}
.wrap .company .con .profile .detail{display:block; line-height:24px;margin-top:8px;}


.wrap .style .title{display:block;height:50px;}
.wrap .style .title h4{display:block;height:50px; line-height:50px; font-size:22px; color:#222;  font-weight:normal;}
.wrap .style .title .more{float:right; height:24px; width:24px; background:#5d5d5d; font-size:24px; line-height:19px; text-align:center;color:#fff; margin-top:13px;}
.wrap .style .title .more:hover{background:#0181cc; line-height:24px; font-size:24px;}
.wrap .style .con{display:table; width:100%;  overflow:hidden;    border: 1px solid #e1e1e1;padding:25px;background-color: #fff;}
.wrap .style .con .rescommend{display: table; width: 100%;padding: 0 0 5px 0;margin-bottom: 6px;}
.wrap .style .con .rescommend .wz span a{font-size:15px;color:#0181cc;font-weight: bold;}
.wrap .style .con .rescommend .time {font-size:12px;float:right;}
.wrap .style .con .rescommend .nr {font-size:13px;float:right; line-height: 23px;}
	  
	  
.clear {
    clear: both;
    height: 0px;
    line-height: 1px;
    font-size: 1px;
}
	  
	  
/*中英文切换*/
.chs-eng {
  height: 30px;
  margin-top: 25px;
  min-width: 70px;
  margin-left: 20px;
  padding-top: 2px; }
  .chs-eng:hover > ul {
    display: block; }
  .chs-eng .now-lang {
    display: block; }
    .chs-eng .now-lang em {
      display: inline-block;
      margin-left: 3px;
      width: 10px;
      height: 14px;
      background: url(../images/right-content-arr.png) no-repeat 0 2px;
      vertical-align: middle;
      background-size: 80%; }
  .chs-eng ul {
    display: none;
    position: absolute;
    left: -10px;
    top: 30px;
    background: #FFF;
    border: 1px solid #cccccc;
    padding: 10px 0;
    z-index: 100; }
    .chs-eng ul li a {
      padding: 0 10px;
      height: 30px;
      line-height: 30px;
      display: block;
      color: #666;
      text-align: center; }
      .chs-eng ul li a:hover {
        color: #00a7ea;
        background: #f2f2f2; }

/*tab切换*/
.tabs-page {
  float: right;
  height: 68px;
  line-height: 68px;
  margin-top: -70px; }
  .tabs-page a {
    display: inline-block;
    text-align: center;
    padding: 0 25px;
    color: #333; }
    .tabs-page a:hover, .tabs-page a.active {
      border-bottom: 2px solid #00b7ff; }

/*新页面*/
.wc-introduce {
  padding: 40px 0; }
  .wc-introduce h3 {
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 400; }
  .wc-introduce p {
    color: #666;
    line-height: 24px; }

.wc-video {
  padding: 40px 0; }
  .wc-video h3 {
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 400; }
  .wc-video .videoBox {
    position: relative;
    width: 1180px;
    height: 431px; }
    .wc-video .videoBox img {
      /*position: absolute;

			left: 0;

			top:0;

			width:100%;

			height:100%;*/ }
    .wc-video .videoBox a {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: url(../images/video_btn.png) center no-repeat;
      opacity: 0.6;
      filter: alpha(opacity=60);
      transition: opacity 300ms;
      z-index: 901; }
    .wc-video .videoBox .playShade {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      background-color: #000;
      z-index: 900;
      transition: opacity 300ms; }
    .wc-video .videoBox:hover .playShade {
      opacity: 0.2;
      filter: alpha(opacity=20); }
    .wc-video .videoBox:hover a {
      opacity: 1;
      filter: alpha(opacity=1);
      background-image: url(../images/video_btn_hover.png); }

.wc-link {
  padding: 20px 0 60px; }
  .wc-link h3 {
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 400; }
  .wc-link ul li {
    float: left; }
    .wc-link ul li a {
      display: block;
      width: 185px;
      background: #e9eff5;
      text-align: center;
      height: 50px;
      line-height: 50px;
      font-size: 14px;
      margin-right: 10px; }
      .wc-link ul li a:hover {
        color: #00a7ea; }

.media-contact {
  padding-top: 30px;
  padding-bottom: 100px; }
  .media-contact .contact-table {
    float: left;
    width: 700px; }
    .media-contact .contact-table td {
      padding-bottom: 15px; }
    .media-contact .contact-table .line-name {
      padding-bottom: 3px; }
      .media-contact .contact-table .line-name span {
        font-size: 14px;
        color: #666; }
      .media-contact .contact-table .line-name em {
        color: #999; }
      .media-contact .contact-table .line-name .red-star {
        color: #ff0000; }
    .media-contact .contact-table .long-input {
      border: 1px solid #dddddd;
      width: 658px;
      height: 34px;
      line-height: 18px;
      padding: 8px 5px; }
      .media-contact .contact-table .long-input:focus {
        border-color: #00b6ff; }
    .media-contact .contact-table .long-textarea {
      border: 1px solid #dddddd;
      width: 658px;
      height: 108px;
      line-height: 18px;
      padding: 5px;
      overflow-x: hidden;
      overflow-y: auto; }
      .media-contact .contact-table .long-textarea:focus {
        border-color: #00b6ff; }
    .media-contact .contact-table .sbumit-btn {
      width: 90px;
      height: 36px;
      line-height: 36px;
      background: #00a8eb;
      color: #FFF;
      text-align: center;
      display: inline-block;
      font-size: 14px;
      border-radius: 3px; }
      .media-contact .contact-table .sbumit-btn:hover {
        background: #14bdff; }
  .media-contact .sn-address {
    float: left;
    width: 470px; }
    .media-contact .sn-address h3 {
      padding: 10px 0 10px;
      font-size: 18px;
      color: #666; }
    .media-contact .sn-address dl {
      padding-top: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #e6ebf0; }
      .media-contact .sn-address dl dt {
        padding-bottom: 5px;
        font-size: 14px;
        font-weight: 400; }
        .media-contact .sn-address dl dt .icon-font:before {
          content: "\e615"; }
      .media-contact .sn-address dl dd {
        color: #999; }
      .media-contact .sn-address dl.dl1 .icon-font {
        color: #ff7878; }
      .media-contact .sn-address dl.dl2 .icon-font {
        color: #84c1ff; }
      .media-contact .sn-address dl.dl3 .icon-font {
        color: #ff9e0c; }
      .media-contact .sn-address dl.dl4 .icon-font {
        color: #8a6fff; }
      .media-contact .sn-address dl.dl5 .icon-font {
        color: #65bd8b; }

.z-yellow-btn {
  float: right;
  margin-top: -52px;
  padding: 0 15px;
  background: #f7b500;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #FFF;
  border-radius: 3px; }

/*20160804*/
.normal-textarea {
  resize: none;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 110px;
  padding: 5px;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  box-sizing: border-box; }
  .normal-textarea:focus {
    border: 1px solid #00b6ff;
    background: #FFF; }

.news-comments {
  border: 1px solid #e0e0e0;
  padding: 30px; }
  .news-comments h3 {
    margin-bottom: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
    border-left: 3px solid #00a6ea;
    padding-left: 8px; }
  .news-comments .btns-and-num {
    padding-top: 10px; }
    .news-comments .btns-and-num .comment-count-num {
      float: right;
      margin-right: 10px;
      color: #999;
      line-height: 36px;
      font-size: 14px;
      font-family: "Microsoft YaHei";
      font-weight: 400; }
      .news-comments .btns-and-num .comment-count-num b {
        font-weight: 400;
        color: #ff0000; }
    .news-comments .btns-and-num .submit-btn {
      float: right;
      width: 90px;
      height: 36px;
      line-height: 36px;
      background: #00a8eb;
      color: #FFF;
      text-align: center;
      display: inline-block;
      font-size: 14px;
      border-radius: 3px; }
      .news-comments .btns-and-num .submit-btn:hover {
        background: #14bdff; }
  .news-comments .news-comments-list {
    padding-top: 20px; }
    .news-comments .news-comments-list ul {
      margin-bottom: 20px; }
      .news-comments .news-comments-list ul li {
        width: 1108px;
        padding: 20px 0;
        border-top: 1px dashed #e6e6e6; }
        .news-comments .news-comments-list ul li:last-child {
          border-bottom: 1px dashed #e6e6e6; }
        .news-comments .news-comments-list ul li .user-pic {
          float: left;
          width: 80px;
          padding-top: 3px; }
        .news-comments .news-comments-list ul li .comments-info {
          float: left;
          width: 1025px;
          color: #666;
          line-height: 24px; }
          .news-comments .news-comments-list ul li .comments-info .time {
            color: #999; }

/*此部分引用自slick【【*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

  .banner-wrap .web-img {
    display: none; }
.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
  overflow: hidden; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 36px;
  line-height: 1;
  opacity: .75;
  color: #f0ece1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "suningimiconfont";
  font-style: normal;
  font-weight: normal; }

.slick-prev {
  left: 50px;
  /*new add*/ }

.slick-prev:hover {
  /*new add*/ }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before { }

.slick-next {
  right: 50px;
  /*new add*/ }

.slick-next:hover {
  /*new add*/ }

.slick-next:hover:before {
  color: #0d94d9; }

.slick-prev:hover:before {
  color: #0d94d9; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {  }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before { 
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .5;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #0d94d9;
  transform: scale(1.5); }

/*slick end ]]*/
.slick {
  position: relative; }

/*bootstrap*/
.container { 
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1200px) {
  .container {
    width: 1200px; } }

.row {
  margin-right: -10px;
  margin-left: -10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 10px;
  padding-left: 10px; }

.mr20 {
  margin-right: 20px; 
  width: 200px !important;
	  }

@media screen and (min-width: 769px) {
  .header {
    height: 80px;
    font-family: 'Microsoft YaHei'; }
    .header h1 {
      height: 80px; }
  .container, .content {
    font-family: 'Microsoft YaHei';
    font-weight: 400; }
  .footer {
    line-height: 60px;
    color: #828e99;
    background: #273038;
    font-family: 'Microsoft YaHei';
    font-weight: 400; }
  .banner-wrap .pc-img {
    display: block; }
  .banner-wrap .phone-img {
    display: none; }
  .newsList ul li .infBox .l-date {
    padding-top: 20px; }
  .newsList ul li .infBox .l-date .day, .newsList ul li .infBox .yearMonth {
    text-align: center; }
  .newsList ul li .infBox .r-content .text {
    margin-bottom: 20px;
    height: 65px;
    overflow: hidden; }
  .img-banner-s .slick-prev, .c-img .slick-prev {
    position: absolute;
    top: 100px;
    width: 48px;
    height: 68px;
    background: url(../images/arrow_bg.png);
    line-height: 68px;
    font-size: 0;
    color: #fff;
    left: 0;
    cursor: pointer; }
    .img-banner-s .slick-prev:hover, .c-img .slick-prev:hover {
      color: #0d94d9; }
    .img-banner-s .slick-prev:before, .c-img .slick-prev:before {
      color: #fff;
      font-size: 32px;
      content: '\f60a';
      display: inline-block;
      margin-top: 18px; }
  .img-banner-s .slick-next, .c-img .slick-next {
    position: absolute;
    top: 100px;
    width: 48px;
    height: 68px;
    background: url(../images/arrow_bg.png);
    line-height: 68px;
    font-size: 0;
    vertical-align: middle;
    right: 0;
    cursor: pointer; }
    .img-banner-s .slick-next:hover, .c-img .slick-next:hover {
      color: #0d94d9; }
    .img-banner-s .slick-next:before, .c-img .slick-next:before {
      color: #fff;
      font-size: 32px;
      display: inline-block;
      content: '\e60b';
      margin-top: 18px;
      margin-left: 8px; }
  .c-img .slick-prev {
    top: 230px; }
  .c-img .slick-next {
    top: 230px;
    right: 300px; }
  .pc-own {
    display: block !important; }
  .phone-own {
    display: none !important; }
  .img-banner-s img {
    height: 228px; }
  .industry-wrap .ids-list a.type-1.on {
    background: url(../images/type_1.png) right bottom no-repeat; }
  .industry-wrap .ids-list a.type-2.on {
    background: url(../images/type_2.png) right bottom no-repeat; }
  .industry-wrap .ids-list a.type-3.on {
    background: url(../images/type_3.png) right bottom no-repeat; }
  .industry-wrap .ids-list a.type-4.on {
    background: url(../images/type_4.png) right bottom no-repeat; }
  .industry-wrap .ids-list a.type-5.on {
    background: url(../images/type_5.png) right bottom no-repeat; }
  .industry-wrap .ids-list a.type-6.on {
    background: url(../images/type_6.png) right bottom no-repeat; }
  .jian-bian {
    background: linear-gradient(#e6ded3, #faf8f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e6ded3,endcolorstr=#faf8f5,gradientType=0); }
    .jian-bian .local {
      border-bottom: 1px solid #d4cdc2; }
  .info-h2 {
    float: left;
    width: 645px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url(../images/yinhao.png) no-repeat right bottom; }
    .info-h2 .info-h2-wrap {
      margin-top: 10px;
      border-left: 5px solid #00a7ea;
      padding-left: 15px; }
    .info-h2 h2 {
      font-size: 30px;
      margin-top: -10px;
      font-weight: 400; }
    .info-h2 p {
      font-size: 16px; }
  .info-content {
    width: 660px;
    color: #666;
    line-height: 24px; }
    .info-content p {
      padding-bottom: 10px; }
  .pc-mb50 {
    margin-bottom: 50px; }
  .pc-pb60 {
    padding-bottom: 60px; }
  .public-big .big-item .big-list-inf {
    height: 110px; }
  .recent-news .img-win .imgBox.lg {
    height: 346px; }
    .recent-news .img-win .imgBox.lg img {
      height: 346px; }
  .recent-news .img-win .imgBox.md {
    width: 280px;
    height: 168px; }
    .recent-news .img-win .imgBox.md img {
      width: 280px;
      height: 168px; }
  .recent-news .newsList ul li.w277 {
    width: 280px; }
    .recent-news .newsList ul li.w277 .imgBox {
      height: 168px; }
  .media-data .tab-wrap .tab-btn a {
    width: 160px; }
  .media-report .report-list li a.hasImg img, .zt-newslist .report-list li a.hasImg img, .gyzx .report-list li a.hasImg img {
    height: 108px; }
  .public-big ul {
    margin-right: -20px; }
  .pc-pb30 {
    padding-bottom: 30px; }
  .pc-pt20 {
    padding-top: 20px; }
  .pc-setHeight {
    width: 180px !important;
    height: 108px !important; } }

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .container {
    width: 1200px; }
  body {
    min-width: 1200px;
    overflow: auto; } }

/*【【用于手机屏幕*/
@media screen and (max-width: 768px) {
	.wrap {
    width: 100%;
    margin: 20px auto;
}.wrap .company {
    display: block;
    width: 99%;    
	margin: 0 auto;
    float: none;
}.wrap .style {
    display: block;
    width: 99%;    
	margin: 0 auto;
    float: none;
}.wrap .company .con {
    display: table;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 25px;
    background-color: #fff;
}.wrap .company .con .pic {
    float: left;
    width: 100%;
}.wrap .company .con .pic img {
    display: block;
    width: 100%;
}.wrap .company .con .profile {
    width: 100%;
    float: right;
}
  .phone-mt60 {
    margin-top: 60px; }
  .container {
    width: 95%;
	margin:0 auto;}
  .phone-mb25 {
    margin-bottom: 25px; }
  .banner-wrap .pc-img {
    display: none; }
  .banner-wrap .web-img {
    display: block; }
  .banner-wrap .phone-img {
    display: block; }
  .video-wrap .l-wide .videoBox {
    height: 165px; }
  .webMap {
    display: none; }
  .industry-wrap .ids-list {
    width: auto; }
  .industry-wrap .ids-list a.on,
  .industry-wrap .ids-list a {
    width: 33%;
    height: 70px; }
    .industry-wrap .ids-list a.on .sm,
    .industry-wrap .ids-list a .sm {
      transform: scale(0.8, 0.8);
      margin-top: 15px;
      margin-left: 18%; }
  .industry-wrap .ids-list a .arrow {
    display: none; }
  .industry-wrap .ids-list a.on .sm {
    display: block; }
  .industry-wrap .ids-list a.on .lg {
    display: none; }
  .phone-hide, .pc-own {
    display: none; }
  .phone-own {
    display: block; }
  .footer {
    padding: 15px 0 15px; }
    .footer span {
      text-align: center; }
    .footer .fl, .footer .fr {
      display: block;
      float: none; }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99; }
  .more-title { 
    height: 40px;
    line-height: 40px; }
  .more-title a {
    margin-top: -8px; }
  .news-wrap {
    margin-top: -10px; }
  .video-wrap {
    margin-top: -20px; }
  .industry-wrap {
    margin-top: -10px;
    overflow: visible; 
	width:99%;
	margin:0 auto;}
  .r-imgs {
    margin-top: 10px; }
  .newsList.row ul {
    margin-left: 10px;
    margin-right: 10px; }
  .newsList ul li {
    background: #FFF;
    margin-bottom: 10px;
    padding: 0; }
    .newsList ul li .infBox .r-content {
      border: 0 none;
      padding-left: 10px;
      padding-right: 0;
      padding-top: 10px; }
      .newsList ul li .infBox .r-content .title {
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
  .img-banner {
    margin-top: 60px; }
  .img-banner-s .slick-list {
    width: 100%; }
  .video-wrap .l-wide .videoBox a {
    background-position: center 75px;
    z-index: 9; }
  .chs-eng {
    margin-right: 10px;
    margin-top: 21px;
    min-width: 50px; }
    .chs-eng .now-lang {
      color: #ff5533; }
  .mb-search-a {
    float: right;
    display: none;
    margin-top: 21px;
    margin-right: 15px;
    width: 22px;
    height: 22px;
    /*position: absolute;

		right: 5px;

		top: 4px;*/
    font-size: 22px;
    text-align: center;
    line-height: 22px; }
    .mb-search-a:before {
      color: #666;
      content: "\f602"; }
  .mb-menu-show {
    float: right;
    display: inline-block;
    margin-top: 21px;
    width: 24px;
    height: 19px;
    text-align: center;
    background: url(../images/menu-icon.jpg) no-repeat;
    background-size: cover; }
  .sideMenu {
    position: fixed;
    left: -300px;
    top: 0;
    height: 100%;
    width: 300px;
    background: #FFF;
    z-index: 1001;
    overflow-x: hidden;
    overflow-y: auto; }
    .sideMenu .sideMenu-head {
      background: #00a7ea;
      height: 60px; }
      .sideMenu .sideMenu-head .sideMenu-close {
        display: inline-block;
        margin-left: 20px;
        margin-top: 20px;
        width: 20px;
        height: 20px;
        background: url(../images/close.png) no-repeat;
        background-size: cover; }
      .sideMenu .sideMenu-head .top-sns {
        margin-top: 17px;
        margin-right: 15px; }
      .sideMenu .sideMenu-head .weibo, .sideMenu .sideMenu-head .weixin {
        color: #FFF; }
    .sideMenu .sideMenu-dt {
      padding-top: 25px; }
      .sideMenu .sideMenu-dt li {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 40px; }
        .sideMenu .sideMenu-dt li a {
          display: block;
          font-size: 18px;
          font-weight: 400; }
          .sideMenu .sideMenu-dt li a .arr {
            background: url(../images/arr_left.jpg) no-repeat;
            background-size: cover;
            display: inline-block;
            width: 16px;
            height: 16px;
            float: right;
            margin-top: 5px;
            margin-right: 25px;
            vertical-align: middle; }
        .sideMenu .sideMenu-dt li.active {
          border-left: 4px solid #00a7ea; }
          .sideMenu .sideMenu-dt li.active a {
            color: #00a7ea; }
        .sideMenu .sideMenu-dt li ul {
          display: none;
          padding-top: 10px; }
          .sideMenu .sideMenu-dt li ul li {
            padding-left: 20px; }
            .sideMenu .sideMenu-dt li ul li a {
              font-size: 14px;
              color: #666; }
        .sideMenu .sideMenu-dt li.has-active {
          background: #f0f0f0; }
          .sideMenu .sideMenu-dt li.has-active a .arr {
            background: url(../images/arr_btm.png) no-repeat;
            background-size: cover; }
  .popover-search {
    display: none;
    position: fixed;
    left: 0;
    top: 60px;
    height: 45px;
    width: 100%;
    background: #c9c9ce;
    z-index: 99; }
    .popover-search span {
      position: relative;
      display: inline-block;
      width: 82%;
      height: 30px;
      margin-left: 10px;
      margin-right: 13px; }
      .popover-search span:before {
        position: absolute;
        left: 8px;
        top: 8px;
        font-size: 12px;
        color: #666;
        content: "\f602"; }
    .popover-search input {
      width: 100%;
      height: 30px;
      padding: 5px 5px 5px 30px;
      background: #FFF;
      border: 0 none;
      border-radius: 3px; }
    .popover-search a {
      display: inline-block;
      margin-top: 5px;
      font-size: 14px;
      height: 30px;
      line-height: 30px;
      color: #666; }
  .leftShow {
    left: 0;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s; }
  .grayLayer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    filter: Alpha(opacity=30);
    z-index: 1000; }
  .footer .phone-hide {
    display: none; }
  .ewm-info-m {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -101px 0 0 -101px;
    z-index: 1003; }
  .search-resault .sr-wrap .search-list .res-num {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    color: #999;
    height: 50px;
    padding-top: 25px;
    background: #f0f0f0; }
  .search-resault .sr-wrap .search-list .jt-list {
    margin-left: -10px;
    margin-right: -10px; }
    .search-resault .sr-wrap .search-list .jt-list li {
      margin-bottom: 0;
      padding: 0 10px; }
      .search-resault .sr-wrap .search-list .jt-list li h3 {
        height: 44px;
        line-height: 44px;
        margin-bottom: 0; }
        .search-resault .sr-wrap .search-list .jt-list li h3 em {
          background: url(../images/arr_left.jpg) no-repeat;
          background-size: cover;
          display: inline-block;
          width: 16px;
          height: 16px;
          float: right;
          margin-top: 15px;
          margin-right: 25px;
          vertical-align: middle; }
      .search-resault .sr-wrap .search-list .jt-list li p {
        display: none; }
  .info-h2 {
    margin-left: 0;
    margin-bottom: 10px; }
    .info-h2 .info-h2-wrap {
      margin-top: 10px;
      border-left: 4px solid #00a7ea;
      padding-left: 5px; }
    .info-h2 h2 {
      font-size: 18px;
      margin-top: -10px;
      font-weight: 400; }
    .info-h2 p {
      font-size: 12px; }
  .info-content {
    /*width: 660px;*/
    margin-left: 0;
    color: #666;
    line-height: 24px;
    margin-bottom: 20px; }
    .info-content p {
      padding-bottom: 15px; }
  .phone-bt-dedede {
    border-bottom: 1px solid #dedede; }
  .company-info {
    padding-top: 10px; }
  .phone-pb20 {
    padding-bottom: 20px; }
  .public-big .big-item .big-list-inf {
    height: 72px;
    padding-top: 10px; }
  .header {
    height: 61px; }
  .public-big .big-item .big-list-img {
    height: auto; }
  .public-big ul {
    padding-top: 15px !important; }
  .public-big .big-item {
    float: none;
    width: auto;
    margin-right: 0; }
    .public-big .big-item .big-list-inf {
      padding-left: 15px;
      padding-right: 15px; }
    .public-big .big-item .big-list-inf .date {
      margin-left: 0;
      width: 25%;
      text-align: center; }
    .public-big .big-item .big-list-inf .inf {
      width: 75%; }
  .usual-qes {
    padding: 15px 0; }
  .usual-qes .usual-qes-list h3 {
    padding: 10px;
    font-size: 18px;
    height: 40px;
    margin-bottom: 10px; }
  .usual-qes .usual-qes-list .xs-qes {
    width: 100%;
    padding-left: 0; }
    .usual-qes .usual-qes-list .xs-qes dt {
      margin-bottom: 10px; }
      .usual-qes .usual-qes-list .xs-qes dt a {
        overflow: hidden;
        width: 100%; }
        .usual-qes .usual-qes-list .xs-qes dt a span {
          display: inline-block;
          width: 75%;
          font-weight: 400;
          /*height:18px;*/
          line-height: 18px;
          vertical-align: middle; }
    .usual-qes .usual-qes-list .xs-qes dd {
      width: 100%;
      padding-bottom: 10px; }
  .usual-qes .usual-qes-list .xs-qes dt {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    overflow: hidden; }
  .culture-l {
    width: 100%;
    float: none;
    margin: 0;
    overflow-x: hidden; }
    .culture-l .l-wrap {
      padding: 0;
      border: 0 none; }
  .img-win .imgBox.lg {
    height: auto; }
  .img-win .imgBox.md {
    height: auto; }
  .img-win .imgBox.md {
    padding: 0 5px;
    width: 50%; }
  .img-win .imgBox.md img, .img-win .imgBox.lg img {
    width: auto;
    height: auto; }
  .img-win .imgBox.lg {
    margin-bottom: 10px; }
  .newsList ul li.w270 {
    width: auto;
    margin-right: 0; }
  .phone-row {
    margin-left: -5px;
    margin-right: -5px; }
    .phone-row:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .phone-row ul {
      margin-right: 0; }
  .phone-pt15 {
    padding-top: 15px !important; }
  .phone-mt0 {
    margin-top: 0 !important; }
  .has-two-oneline.newsList ul li {
    padding: 0 5px;
    width: 50%; }
  .newsList ul li.w270 .imgBox {
    height: auto; }
  .newsList ul li .infBox .ico {
    display: none; }
  .newsList ul li .infBox .inf-title {
    width: 100%; }
  .media-data .tab-wrap .tab-btn {
    width: 100%;
    margin-right: -5px; }
  .media-data .tab-wrap .tab-btn a {
    padding-right: 5px;
    margin-bottom: 5px;
    width: 25%;
    height: 50px;
    margin-right: 0;
    background: none;
    font-size: 12px;
    line-height: 18px;
    display: table; }
    .media-data .tab-wrap .tab-btn a:last-child, .media-data .tab-wrap .tab-btn a:nth-child(4) {
      padding-right: 0; }
    .media-data .tab-wrap .tab-btn a span {
      display: table-cell;
      width: 100%;
      height: 100%;
      background: #e1e6eb;
      vertical-align: middle; }
  .media-data .tab-wrap .tab-btn a.active {
    background: none; }
    .media-data .tab-wrap .tab-btn a.active span {
      background: #00b5ff; }
  .media-data .tab-wrap .tab-btn a.group-news {
    height: 105px; }
  .media-data .tab-wrap .tab-content {
    padding-top: 0;
    margin-top: -10px; }
  .media-data {
    padding: 15px 0; }
  .recent-news {
    width: 100%;
    overflow: hidden; }
    .recent-news .newsList ul {
      margin-right: 0; }
      .recent-news .newsList ul li {
        margin-right: 0; }
  .recent-news .newsList ul li.w277 {
    width: 100%;
    margin-bottom: 10px;
    height: 84px; }
    .recent-news .newsList ul li.w277 .imgBox {
      float: left;
      height: 84px;
      width: 40.58%; }
      .recent-news .newsList ul li.w277 .imgBox img {
        width: 100%;
        height: 84px; }
    .recent-news .newsList ul li.w277 .infBox {
      float: left;
      width: 59.42%;
      height: 84px; }
  .company-info .wz-h3 {
    margin-bottom: 15px !important; }
  .company-info .wz-h3 h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px !important; }
  .news-comments {
    padding: 0;
    border: 0 none; }
  .news-comments .news-comments-list ul li {
    width: 100%;
    padding: 10px 0; }
  .news-comments .news-comments-list ul li .comments-info {
    float: none;
    width: auto;
    padding-left: 80px; }
  .wz-pic-ly .tab-content ul {
    margin-right: 0; }
  .wz-pic-ly.video .tab-content ul li a .list-p {
    width: 100%; }
  .wz-pic-ly.video .tab-content ul li {
    width: 100%;
    margin: 0 0 10px 0; }
  .report-list li a.hasImg {
    background: #f5f5f5;
    padding: 0;
    border: 0 none;
    margin: 10px 0; }
    .report-list li a.hasImg img {
      vertical-align: top; }
  .report-list li a.hasImg .report-text {
    padding-left: 0;
    width: 100%; }
    .report-list li a.hasImg .report-text p {
      display: none; }
    .report-list li a.hasImg .report-text h3 {
      width: 70%;
      font-size: 14px !important;
      font-weight: 400 !important;
      line-height: 18px;
      padding-right: 10px;
      padding-bottom: 10px; }
    .report-list li a.hasImg .report-text span {
      width: 30%;
      text-align: center; }
    .report-list li a.hasImg .report-text h3, .report-list li a.hasImg .report-text span {
      float: right; }
  .report-list li a .arrowBtn {
    display: none; }
  .hot-spec ul, .public-good ul {
    margin-right: 0; }
  .hot-spec li, .public-good li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0; }
  .hot-spec li a .list-p, .public-good li a .list-p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #f5f5f5; }
    .hot-spec li a .list-p em, .public-good li a .list-p em {
      display: none; }
  .hot-spec {
    padding: 10px 0; }
  .media-data .wz-data-ly .tab-content li h4 {
    width: 100%;
    float: none;
    padding: 15px 0;
    text-align: left; }
  .media-data .wz-data-ly .tab-content li div {
    width: 100%;
    float: none;
    padding: 0 0 15px; }
  .media-data .use-rule {
    margin-bottom: 15px; }
  .phone-tab-link {
    float: right;
    margin-top: -26px;
    color: #00a6ea; }
  .public-good {
    padding-top: 15px; }
    .public-good li a .list-p {
      padding-right: 15px; }
  .wz-pic-ly .media-info-pic ul, .public-good ul {
    margin-right: -10px; }
  .wz-pic-ly .media-info-pic li, .public-good li {
    width: 50%;
    margin: 0 0 10px 0;
    padding-right: 10px; }
  .wz-pic-ly .media-info-pic li a .list-p, .public-good li a .list-p {
    width: 100%;
    height: 35px;
    line-height: 35px; }
  .wc-video .videoBox {
    width: 100%;
    height: auto; }
  .wc-introduce {
    padding-top: 15px;
    padding-bottom: 15px; }
    .wc-introduce h3 {
      padding-bottom: 5px; }
  .wc-link ul li {
    width: 33.33%; }
    .wc-link ul li:last-child a {
      margin-right: 0; }
  .wc-link ul li a {
    width: auto; }
  .usual-qes .usual-qes-list .xs-qes dt {
    padding: 10px;
    height: auto; }
  .usual-qes .usual-qes-list .xs-qes dt i {
    margin: 0 5px 0 0; }
  .usual-qes .usual-qes-list .xs-qes dt a {
    line-height: 18px; }
  .zt-newslist {
    width: 100%;
    overflow: hidden; }
    .zt-newslist .report-list {
      margin-right: 0; }
      .zt-newslist .report-list li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
        height: 84px; }
        .zt-newslist .report-list li a.hasImg img {
          float: left;
          height: 84px;
          width: 40.58%; }
        .zt-newslist .report-list li a.hasImg .report-text {
          float: left;
          width: 59.42%;
          height: 84px;
          padding-top: 10px;
          padding-left: 10px; }
          .zt-newslist .report-list li a.hasImg .report-text h3, .zt-newslist .report-list li a.hasImg .report-text span {
            font-weight: 400;
            float: none;
            width: 100%;
            text-align: left; }
  .cultureMn {
    float: none; }
    .cultureMn .culture-r {
      margin-left: 0; }
      .cultureMn .culture-r .covers {
        float: none;
        text-align: center;
        padding-top: 10px !important; }
        .cultureMn .culture-r .covers a {
          display: block;
          width: 300px;
          margin: 0 auto; }
  .img-collection {
    height: auto;
    margin: 80px 0; }
  .img-collection .img-div {
    background: #000; }
    .img-collection .img-div .c-text {
      width: 100%;
      color: #FFF;
      padding-right: 15px;
      padding-left: 15px;
      position: inherit;
      verflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      .img-collection .img-div .c-text .phone-own {
        display: inline;
        margin-right: 10px; }
  .phone-bg-black {
    background: #000; }
  .media-contact .contact-table {
    float: none;
    width: 100%; }
    .media-contact .contact-table table {
      width: 100%; }
      .media-contact .contact-table table .line-name {
        /*display: none;*/ }
      .media-contact .contact-table table td {
        padding-bottom: 10px; }
        .media-contact .contact-table table td .long-input {
          /*height:45px;

					margin-bottom: -1px;*/ }
          .media-contact .contact-table table td .long-input:focus {
            margin-bottom: 0; }
    .media-contact .contact-table .sbumit-btn {
      width: 100%;
      text-align: center; }
  .media-contact .contact-table .long-input {
    width: 100%; }
  .media-contact .contact-table .long-textarea {
    width: 100%; }
  .media-contact .sn-address {
    float: none;
    width: 100%; }
    .media-contact .sn-address dd {
      padding-left: 20px;
      padding-bottom: 10px; }
      .media-contact .sn-address dd span {
        display: block;
        width: 100%; }
  .media-contact {
    padding-top: 15px;
    padding-bottom: 20px; }
  .tabs-page {
    float: none;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
    height: 45px;
    background: #f0f0f0; }
    .tabs-page .tab-a-wrap {
      display: -webkit-inline-flex;
      display: inline-flex;
      width: 50%;
      justify-content: center; }
    .tabs-page a {
      display: inline-block;
      height: 45px;
      line-height: 45px; }
  .tabs-page.pc-own {
    display: none; }
  .wc-link ul li a {
    font-size: 12px; }
  .wc-introduce h3,
  .news-wrap .more-title p,
  .wc-video h3,
  .wc-link h3 {
    font-size: 18px; }
  .phone-mt10 {
    margin-top: 10px !important; }
  .c-img .slick-prev, .c-img .slick-next {
    display: none; }
  .wc-video {
    padding: 20px 10px; }
  .img-banner .slick-prev, .img-banner .slick-next {
    display: none !important; } }

/*手机]]*/
.padding-none {
  padding: 0 !important; }

.z-1002 {
  z-index: 1002; }

.mt-10 {
  margin-top: -10px; }

/*pc端对图片尺寸的限制*/
@media screen and (min-width: 769px) {
  .wz-pic-ly .tab-content li a img, .public-good li a img {
    width: 280px;
    height: 168px; }
  .hot-spec li a img {
    width: 580px;
    height: 232px; }
  .newsList ul li .imgBox img {
    width: 273px;
    height: 164px; }
  .news-wrap .newsList ul li .imgBox img {
    width: 380px;
    height: 228px; }
  .recent-news .newsList ul li.w277 .imgBox img {
    width: 280px;
    height: 168px; }
  .wz-pic-ly.video .tab-content ul li a img {
    width: 380px;
    height: 182px; }
  .public-big .big-item .big-list-img img {
    width: 376px;
    height: 150px; }
  .media-report .report-list li a.hasImg img, .gyzx .report-list li a.hasImg img {
    width: 180px;
    height: 108px; }
  .img-collection .c-img .img-div img {
    width: 880px;
    height: 528px; }
  .wc-video .videoBox img {
    width: 1180px;
    height: 431px; }
  .video-wrap .l-wide .videoBox img {
    width: 780px;
    height: 228px; }
  .img-banner-s img {
    width: 380px;
    height: 228px; } }

/*新增a链接的修改*/
.news-wrap .newsList ul li .infBox a {
  float: left;
  width: 100%; }

.divWrap-a {
  width: 100%;
  float: left;
  height: 100%; }
